Version

RichTextObjectKeyedCollectionBase<T> Class Members

The following tables list the members exposed by RichTextObjectKeyedCollectionBase<T>.

Public Properties
 NameDescription
Public PropertyCountGets the number of items in the collection.  
Public PropertyIsReadOnlyIndicates if the collection is readonly.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyItemGets the item with the specified id.  
Public Methods
 NameDescription
Public MethodAddAdds the specified item to the collection. If the item already exists in the collection then this method does nothing. If a different item with the same id exists in the collection then raises an exception.  
Public MethodClearRemoves all items from the collection.  
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodContainsOverloaded. Indicates whether the specified item is in the collection.  
Public MethodCopyToCopies all the items of the collection into the specified array.  
Public MethodGetEnumeratorGets the enumerator used for enumerating all the items in the collection.  
Public MethodRemoveOverloaded. Removes item with the specified id from the collection.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also